This section contains definitions of functions that are designed to be helpful when working with effects.
MakeImageDescriptionForEffect returns an image description you can use to help create a sample description for an effect. To create a sample description, you create and fill out a data structure of type ImageDescription . The MakeImageDescriptionForEffect function simplifies this process.
OSErr MakeImageDescriptionForEffect (
OSType effectType,
ImageDescriptionHandle * idh) ;
Only sample descriptions made with MakeImageDescriptionForEffect can be used in stacked effects, where one effect track acts as a source for another. Image descriptions built using sample code from earlier versions of QuickTime cannot be used when stacking effects.
For a code sample showing how to use MakeImageDescriptionForEffect , see "Creating a Sample Description" .
| Previous | Chapter Contents | Chapter Top | Next |